var testing.coverProfile

6 uses

	testing (current package)
		cover.go#L91: 	if *coverProfile != "" {
		cover.go#L92: 		f, err = os.Create(toOutputDir(*coverProfile))
		newcover.go#L43: 	if errmsg, err := cover2.tearDown(*coverProfile, *gocoverdir); err != nil {
		testing.go#L456: 	coverProfile = flag.String("test.coverprofile", "", "write a coverage profile to `file`")
		testing.go#L488: 	coverProfile         *string
		testing.go#L2331: 	if *coverProfile != "" && CoverMode() == "" {